<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src:url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	/*-webkit-appearance: none;*/
} 
input,textarea,select {
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #00b3f2;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0.2s 1 both;
	animation: fadeIn 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:5px 10px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #e67817;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#e67817;
	padding:5px 10px;
	border:solid 1px #e67817;
}
/**/
header {
	position:relative;
	width:100%;
	z-index:2;
}
header .od {
	background:#f3f3f3;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
	font-size:13px;
}
header .od ul {
	float:right;
}
header .od ul li {
	display:inline-block;
	margin-left:20px;
	position:relative;
}
header .od ul li:before {
	content:"/";
	position:absolute;
	left:-12px;
	font-size:12px;
	color:#888;
}
header .od ul li:first-child:before {
	content:normal;
}
header .od ul li a span {
	display:none;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-50px;
}
header .od ul li a {
	display:block;
}
header .od ul li a:hover span {
	display:block;
}
header .logo {
	display: inline-block;
	height:100px;
}
header .logo span {
	display: -moz-inline-box;/*针对火狐*/
}
header .logo span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:68px;
	vertical-align: middle;
	margin-right: -1px;
}
header .by {
	display:inline-block;
	vertical-align:middle;
	border-left:solid 1px #EEE;
	padding-left:20px;
	margin-left:20px;
	line-height:1.5;
}
header .by p:first-child {
	color:#00b3f2;
	font-size:25px;
	font-weight:600;
}
header .by p:last-child {
	font-size:16px;
}
header .tel {
	display:inline-block;
	float:right;
	font-size:18px;
	margin-top:30px;
	color:#666;
}
header .tel i {
	font-family:"iconfont" !important;
	font-size:22px;
	margin-right:5px;
	font-style:normal;
}
header .tel span {
	font-size:35px;
	color: #E31C25;
	font-family:'DIN Condensed Bold';
	vertical-align:middle;
}
header .menu {
	background-color:#00b3f2;
	height:60px;
	position:relative;
}
header .menu:after {
	content:"";
	position:absolute;
	bottom:-12px;
	left:-10px;
	height:30px;
	width:calc(100% + 10px);
	background-size:30px 30px;
	background-image: -webkit-radial-gradient(circle at 50% 0%,#00b3f2,70%,transparent 72%);
	background-image: -moz-radial-gradient(circle at 50% 0%,#00b3f2,70%,transparent 72%);
	background-image: -o-radial-gradient(circle at 50% 0%,#00b3f2,70%,transparent 72%);
	background-image:radial-gradient(circle at 50% 0%,#00b3f2,70%,transparent 72%);
}
header .menu ul {
	text-align:center;
}
header .menu ul li {
	display:inline-block;
	padding: 0 25px;
	height:60px;
	position:relative;
}
header .menu ul li:after {
	content:"";
	position:absolute;
	height:14px;
	width:1px;
	background-color: rgba(255,255,255,0.3);
	right:0;
	top:50%;
	margin-top:-7px;
}
header .menu ul li:last-child:after {
	content:normal;
}
header .menu ul li &gt; a {
	font-size:18px;
	font-weight:400;
	height:40px;
	line-height:40px;
	padding:0 35px;
	color:#FFF;
	margin-top:10px;
	display:block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
header .menu ul li &gt; a:hover {
	color:#00b3f2;
	background-color:#fff;
}
header .menu ul li.mainlevel{
	z-index:2;
}
header .menu ul li.mainlevel:hover &gt; a {
	color:#00b3f2;
	background-color:#fff;
}
#home header .menu ul li#m1 &gt; a,#page1 header .menu ul li#m2 &gt; a,#page2 header .menu ul li#m3 &gt; a,#page3 header .menu ul li#m4 &gt; a,#page4 header .menu ul li#m5 &gt; a,#page5 header .menu ul li#m6 &gt; a {
	color:#00b3f2;
	background-color:#fff;
}
header .menu ul li ul {
    width:120px;
	position:absolute;
	display:none;
	top:30px;
	left:25px;
	padding:20px 0;
	background:#fff;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	z-index:-1;
}
header .menu ul li ul li{
	float:left;
	background: none;
	width:120px;
	height:auto;
	margin:0;
	padding:0;
}
header .menu ul li ul li a {
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px 0;
	margin:0;
	height:auto;
	line-height:1.5;
	border-bottom:solid 1px #EEE;
	overflow:hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header .menu ul li ul li a:after {
	content:normal;
}
header .menu ul li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background:#00b3f2;
	border-bottom:solid 1px #00b3f2;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 680px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .img2 {
	position:absolute;
	width:100%;
	left:0;
	top:5%;
	text-align:center;
}
#bn .swiper-pagination-bullet {
	width:13px;
	height:13px;
	background:#666;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background:#00b3f2;
	width:26px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**/
#mid .hotkeyw {
	height:50px;
	background-color:#f3f3f3;
	border-bottom:solid 1px #DDD;
}
#mid .hotkeyw dl {
	display:inline-block;
	height:100%;
	line-height:50px;
}
#mid .hotkeyw dl dt {
	display:inline-block;
	color:#00b3f2;
	font-weight:600;
	font-size:15px;
}
#mid .hotkeyw dl dd {
	display:inline-block;
	font-size:14px;
	margin-right:20px;
}
#mid .hotkeyw .ss {
	display:inline-block;
	width:250px;
	float:right;
	margin-top:8px;
}
#mid .hotkeyw .ss form {
	width:100%;
	height:30px;
	line-height:30px;
	border:solid 2px #00b3f2;
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;	
}
#mid .hotkeyw .ss input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hotkeyw .ss button {
	position:absolute;
	width:45px;
	height:30px;
	right:0;
	top:0;
	border:none;
	background:#00b3f2;
	cursor:pointer;
}
#mid .hotkeyw .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:28px;
	color:#FFF;
	vertical-align:middle;
}
#mid .hmpro {
	margin-top:20px;
}
#mid .hmpro .type {
	background-color:#fff;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
#mid .hmpro .type ul {
	border-left:solid 1px #DDD;
}
#mid .hmpro .type ul li {
	display:inline-block;
	margin-right:-3px;
	border-right:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px 10px;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
#mid .hmpro .type ul li.on {
	background-color:#00b3f2;
	color:#FFF;
	padding:17px 10px;
	margin:-1px;
}
#mid .hmpro .type ul li .ka {
	width:80px;
	height:80px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#mid .hmpro .type ul li.on .ka {
	background:#00b3f2;
}
#mid .hmpro .type ul li.on .ka .img {
	width:100%;
	height:100%;
	position: absolute;
    left: -100%;
    -webkit-filter: drop-shadow(80px 0px #fff);
    filter: drop-shadow(80px 0px #fff);
}
#mid .hmpro .type ul li .ka .img img {
	width: 60px;
    height: 60px;
	margin:10px;
    object-fit: cover;
}
#mid .hmpro article {
	padding-bottom:50px;
	position:relative;
	z-index:1;
}
#mid .hmpro article:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image:url(../images/probg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#01bbf4;
	z-index:-2;
}
#mid .hmpro article:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	/*
	background-color:#00b3f2 \9;
	background-image: -webkit-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
	background-image: -moz-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
	background-image: -o-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
	background-image:linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
	*/
	z-index:-1;
}
#mid .hmpro article ul {
	margin-left:3px;
	display:none;
}
#mid .hmpro article ul:first-child {
	display:block;
}
#mid .hmpro article ul li {
	display:inline-block;
	width:32%;
	margin-left:-3px;
	margin-right:2%;
	margin-top:2%;
	vertical-align:top;
}
#mid .hmpro article ul li .img {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
#mid .hmpro article ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmpro article ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmpro article ul li:nth-child(3),#mid .hmpro article ul li:nth-child(5) {
	margin-right:0;
}
#mid .hmpro article ul li:nth-child(5) {
	width:66%;
}
#mid .hmpro article ul li:nth-child(3) .img {
	height:47.5%;
}
#mid .hmpro article ul li:nth-child(3) .img:first-child {
	margin-bottom:6%;
}
#mid .hmpro article ul li .img h3 {
	position:absolute;
	bottom:-45px;
	left:0;
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:15px;
	font-weight:400;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro article ul li .img h3:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background-color:#fff;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
	z-index:-1;
}
#mid .hmpro article ul li .img:hover h3 {
	bottom:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmsolu {
	height:860px;
	background:url(../images/solubg.jpg) no-repeat center;
	text-align:center;
	padding-top:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#mid .hmsolu h1 {
	font-size:32px;
	color:#00b3f2;
}
#mid .hmsolu h2 {
	font-size:20px;
	color:#555;
}
#mid .hmsolu h3 {
	font-size:20px;
	color:#666;
	margin-top:40px;
	font-weight:400;
}
#mid .hmsolu ul {
	margin-top:20px;
}
#mid .hmsolu ul li {
	display:inline-block;
	width:19%;
	margin-left:1%;
	margin-right:-3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:top;
}
#mid .hmsolu ul li:first-child {
	margin-left:0;
}
#mid .hmsolu ul li:nth-child(2) {
	width:39%;
}
#mid .hmsolu ul li a {
	display:block;
	height:380px;
	margin-top:10px;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .hmsolu ul li:nth-child(n+3) a {
	height:185px !important;
	overflow:hidden;
}
#mid .hmsolu ul li img {
	width:100%;
	height:100%;
}
#mid .hmsolu ul li a:hover {
   -webkit-transform: translate3d(0, -3px, 0);
   transform: translate3d(0, -3px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .hmsolu .btm {
	position:absolute;
	width:100%;
	bottom:10px;
}
#mid .hmsolu .btm .tel {
	font-size:40px;
	color:#FFFC00;
}
#mid .hmsolu .btm .tel a {
	color:#FFFC00;
}
#mid .hmsolu .btm .tel:before {
	content:"\e671";
	font-family:"iconfont" !important;
	font-size:45px;
	margin-right:5px;
}
#mid .hmys {
	height:1480px;
	background:url(../images/4dysbg.jpg) no-repeat center top;
	position:relative;
	overflow:hidden;
}
#mid .hmys h1 {
	height:160px;
	font-size:0;
	text-align:center;
}
#mid .hmys h1 img {
	max-height:120px;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .hmys h1 span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .hmys h1 span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmys ul li {
	height:288px;
	width:830px;
	margin:0 auto;
	padding-top: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmys ul li:nth-child(2) {
	padding-top: 20px;
	height:258px;
}
#mid .hmys ul li:nth-child(3) {
	padding-top: 30px;
	height:282px;
}
#mid .hmys ul li:nth-child(4) {
	padding-top: 20px;
	height:262px;
}
#mid .hmys ul li .img {
	display:inline-block;
	width:50%;
	vertical-align:top;
	margin-right:-3px;
}
#mid .hmys ul li .img img {
	max-width:100%;
	max-height:100%;
}
#mid .hmys ul li article {
	display:inline-block;
	width:50%;
	margin-right:-3px;
	margin-top:20px;
	position:relative;
	padding-left:60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmys ul li article:before {
	content: attr(data-num);
	position:absolute;
	left:0;
	width:50px;
	height:50px;
	background:#00b3f2;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align:center;
	line-height:50px;
	font-size:30px;
	color:#fff;
	font-weight:600;
}
#mid .hmys ul li:nth-child(even) .img {
	float:right;
}
#mid .hmys ul li article h2 {
	font-size:25px;
}
#mid .hmys ul li article p {
	font-size:16px;
	margin-top:10px;
	color:#888;
}
#mid .hmys ul li article .more {
	display:inline-block;
	margin-top:20px;
	position:relative;
	z-index:1;
}
#mid .hmys ul li article .more a {
	display:block;
	padding:5px 30px;
	font-size:16px;
	border:solid 2px #999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#mid .hmys ul li article .more a:hover {
	background-color:#00b3f2;
	border:solid 2px #00b3f2;
	color:#fff;
}
#mid .hmys .bt {
	position:absolute;
	bottom:20px;
	width:100%;
	height:135px;
	background:url(../images/4dysbg_3.jpg) no-repeat center;
	color:#fff;
}
#mid .hmys .bt h2,#mid .hmys .bt .tel {
	position:relative;
	z-index:1;
	text-align:center;
	font-weight:400;
	line-height:1.5;
}
#mid .hmys .bt h2 {
	font-size:18px;
	margin-top:20px;
}
#mid .hmys .bt .tel {
	font-size:30px;
}
#mid .hmys .bt .tel a {
	color:#fff;
}
#mid .hmys .bt .tel:before {
	content:"\e610";
	font-family:"iconfont" !important;
	margin-right:5px;
}
#mid .hmys .lt,#mid .hmys .rt {
	position:absolute;
	bottom:20px;
	width:100%;
}
#mid .hmys .lt .kk {
	width:100%;
	max-width:1440px !important;
}
#mid .hmys .rt {
	bottom:10px;
	text-align:right;
}
#mid .hmlc {
	height:784px;
	background:url(../images/lcbg.jpg) no-repeat center;
}
#mid .hmlc h1 {
	height:230px;
	font-size:0;
	text-align:center;
}
#mid .hmlc h1 img {
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .hmlc h1 span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .hmlc h1 span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmlc ul {
	text-align:center;
	margin-top:80px;
}
#mid .hmlc ul li {
	display:inline-block;
	margin:0 45px;
	width:150px;
}
#mid .hmlc ul li i {
	display:block;
	width:100%;
	height:142px;
	margin-bottom:5px;
	background:url(../images/lc_icon.png) no-repeat;
}
#mid .hmlc ul li:nth-child(2) i {
	background-position:-240px 0;
}
#mid .hmlc ul li:nth-child(3) i {
	background-position:-478px 0;
}
#mid .hmlc ul li:nth-child(4) i {
	background-position:-714px 0;
}
#mid .hmlc ul li:nth-child(5) i {
	background-position: right 0;
}
#mid .hmlc ul li p {
	font-size:18px;
	line-height:1.5;
	font-weight:600;
}
#mid .hmab {
	height:621px;
	margin-top:-150px;
	background:url(../images/abbg.png) no-repeat center top;
}
#mid .hmab h1 {
	font-size:40px;
	font-weight:400;
	color:#00b3f2;
	display:none;
}
#mid .hmab h2 {
	font-size:20px;
	color:#666;
	font-weight:400;
	text-transform:uppercase;
	display:none;
}
#mid .hmab .kk {
	position:relative;
}
#mid .hmab .img {
	width:615px;
	height:290px;
	position:absolute;
	background-color:#000;
	left:160px;
	top:246px;
}
#mid .hmab .img.on:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	z-index:1;
}
#mid .hmab .img.on:after {
	content:"\e617";
	font-family:"iconfont" !important;
	position:absolute;
	width:60px;
	height:60px;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	font-size:60px;
	color:#fff;
	z-index:2;
}
#mid .hmab .img.on {
	cursor:pointer;
}
#mid .hmab .img img {
	width:100%;
	height:100%;
}
#mid .hmab .img video {
	display:none;
}
#mid .hmab .con {
	position:absolute;
	width:260px;
	height:480px;
	right:75px;
	top:120px;
	font-size:15px;
	line-height:1.8;
	text-align:justify;
	color:#000;
}
#mid .hmab .con p {
	margin-bottom:15px;
}
#mid .hmab .con .more {
	text-align:center;
}
#mid .hmab .con .more a {
	display:inline-block;
	padding:3px 30px;
	font-size:14px;
	border:solid 2px #00b3f2;
	color:#00b3f2;
	background-color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#mid .hmab .con .more a:hover {
	background-color:#00b3f2;
	color:#fff;
}
#mid .hminfo {
	padding:50px 0;
	text-align:center;
}
#mid .hminfo h1 {
	font-size:40px;
	font-weight:400;
	color:#00b3f2;
}
#mid .hminfo h2 {
	font-size:20px;
	color:#666;
	font-weight:400;
	text-transform:uppercase;
}
#mid .hminfo dl {
	display:inline-block;
	width:48%;
	margin-top:30px;
	margin-left:4%;
	margin-right:-3px;
	text-align:left;
	vertical-align:top;
}
#mid .hminfo dl:first-child {
	margin-left:0;
}
#mid .hminfo dl dt {
	font-size:22px;
	font-weight:400;
	margin-bottom:10px;
}
#mid .hminfo dl dt span {
	float:right;
	font-size:16px;
	margin-top:5px;
}
#mid .hminfo dl dd.img {
	position:relative;
	border:3px solid #00b3f2;
	overflow:hidden;
	margin-bottom:10px;
}
#mid .hminfo dl dd.img h3 {
	position:absolute;
	width:100%;
	height:40px;
	line-height:40px;
	left:0;
	bottom:0;
	font-size:16px;
	font-weight:400;
	color:#FFF;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
	z-index:1;
}
#mid .hminfo dl dd.img h3:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:-1;
}
#mid .hminfo dl dd.img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
#mid .hminfo dl dd.img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mid .hminfo dl dd.list {
	height:45px;
	line-height:45px;
	border-bottom:dashed 1px #DDD;
	font-size:16px;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .hminfo dl dd.list a:before {
	content:"\e61e";
	font-family:"iconfont" !important;
}
#mid .hminfo dl dd.list span {
	float:right;
	color:#999;
}
#mid .hmcase {
	position:relative;
	z-index:1;
	text-align:center;
	padding:50px 0;
}
#mid .hmcase:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../images/casebg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	z-index:-1;
}
#mid .hmcase:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	opacity: 0.70;
	z-index:-1;
}
#mid .hmcase h1 {
	font-size:40px;
	font-weight:400;
	color:#00b3f2;
}
#mid .hmcase h2 {
	font-size:20px;
	color:#eee;
	font-weight:400;
	text-transform:uppercase;
}
#mid .hmcase article {
	position: relative;
	padding: 30px 0;
}
#mid .hmcase article .swiper-slide {
	float:left;
	width: 600px;
	height: 400px;
	background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
	position:relative;
	overflow:hidden;
}
#mid .hmcase article .swiper-slide .img {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmcase article .swiper-slide .img img{
	width:100%;
	height:100%;
}
#mid .hmcase article .swiper-slide p {
	position:absolute;
	width:100%;
	height:50px;
	background-color:#fff;
	bottom:-50px;
	left:0;
	line-height:50px;
	font-size:15px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmcase article .swiper-slide p.on {
	bottom:0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmcase article .swiper-pagination {
	width: 100%;
	bottom: -10px;
}
#mid .hmcase article .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#mid .hmcase article .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#mid .hmcase article .swiper-button-prev,#mid .hmcase article .swiper-button-next {
	width: 45px;
	height: 45px;
	background: #00b3f2;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
#mid .hmcase article .swiper-button-prev:before,#mid .hmcase article .swiper-button-next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	line-height:45px;
	font-size:35px;
	color:#fff;
}
#mid .hmcase article .swiper-button-prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .hmcase article .swiper-button-prev {
	left: -30px;
}
#mid .hmcase article .swiper-button-next {
	right: -30px;
}
#mid .hmclient {
	padding:50px 0;
	text-align:center;
	position:relative;
	z-index:1;
}
#mid .hmclient:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/clientbg.jpg) no-repeat center bottom;
	background-size:cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:-1;
}
#mid .hmclient:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#FFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	opacity: 0.70;
	z-index:-1;
}
#mid .hmclient h1 {
	font-size:40px;
	font-weight:400;
	color:#00b3f2;
}
#mid .hmclient h2 {
	font-size:20px;
	color:#666;
	font-weight:400;
	text-transform:uppercase;
}
#mid .hmclient ul {
	margin-top:30px;
	text-align:left;
}
#mid .hmclient ul li {
	display:inline-block;
	vertical-align:top;
	width:20%;
	margin-right:-4px;
	margin-top:-1px;
	text-align:center;
	padding:20px 0;
	border:solid 1px #EEE;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmclient ul li:nth-child(5n+0) {
	margin-right:0;
}
#mid .hmclient ul li img {
	height:70px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmclient ul li:hover {
	border:solid 1px #DDD;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmclient ul li:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer {
	background: #00b3f2;
	background-image: -webkit-linear-gradient(35deg,#197ea1 -20%,#00b3f2 80%);
	background-image: -moz-linear-gradient(35deg,#197ea1 -20%,#00b3f2 80%);
	background-image: -o-linear-gradient(35deg,#197ea1 -20%,#00b3f2 80%);
	background-image:linear-gradient(35deg,#197ea1 -20%,#00b3f2 80%);
	border-top: solid 1px #0a8ebc;
	box-shadow: -1px -2px 5px 0px #CCC;
	position:relative;
	z-index:1;
}
footer .btm_link {
	text-align:center;
	border-bottom:solid 1px #0a8ebc;
	padding:15px 0;
}
footer .btm_link li {
	display:inline-block;
	padding-left:35px;
	padding-right:35px;
}
footer .btm_link li a {
	font-size:16px;
	color:#FFF;
}
footer .btm_link li a:hover {
	color:#FFF;
}
footer .btm_con {
	padding:20px 0;
	color:#FFF;
	font-size:14px;
	background-color:#149ac9 \9;
}
footer .btm_con .tel {
	font-size:16px;
	margin-bottom:15px;
}
footer .btm_con .tel:before {
	content:"\e60a";
	font-family:"iconfont" !important;
	font-size:32px;
	vertical-align:middle;
	margin-right:5px;
}
footer .btm_con .tel i {
	font-size:30px;
	color:#d5df9f;
	font-style:normal;
	font-family:'DIN Condensed Bold';
	vertical-align:middle;
}
footer .btm_con .foot {
	line-height:1.8;
}
footer .btm_con a {
	color:#DDD;
}
footer .btm_con .ewm {
	float:right;
	text-align:center;
}
footer .btm_con .ewm span {
	display:inline-block;
	margin-left:20px;
	text-align:center;
	line-height:2;
}
footer .btm_con .ewm img {
	width:120px;
	display:block;
	margin:0 auto;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	cursor:pointer;
	z-index:9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:none;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:25px;
}
.backtop:hover {
	background: #00b3f2;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner {
	clear: both;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
#mid .left {
	display:inline-block;
	width:220px;
}
#mid .left .type {
	border:solid 1px #E4E4E4;
	margin-top:30px;
	padding-bottom:15px;
	-moz-box-shadow: 2px 2px 5px #DDD;
	-webkit-box-shadow: 2px 2px 5px #DDD;
	box-shadow: 2px 2px 5px #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mid .left .type h1 {
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:30px;
	font-weight:400;
	color:#fff;
	border-top:solid 10px #016ec9;
	padding-bottom:25px;
	background-color:#0ec0ff;
	position:relative;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
#mid .left .type h1:before {
	content:"\e61e";
	font-family:"iconfont" !important;
	position:absolute;
	width:10px;
	height:10px;
	left:50%;
	top:-29px;
	margin-left:-15px;
	font-size:30px;
}
#mid .left .type h1:after {
	content:"";
	position:absolute;
	width:100%;
	height:30px;
	left:0;
	bottom:0;
	background:url(../images/type_bg.jpg) repeat-x;
}
#mid .left .type ul li {
	position:relative;
}
#mid .left .type ul li:after {
	content:"\e666";
	font-family:"iconfont" !important;
	position:absolute;
	font-size:20px;
	right:10px;
	top:50%;
	margin-top:-10px;
	color:#999;
}
#mid .left .type ul li a {
	display:block;
	border-bottom:solid 1px #EEE;
	padding:10px 0 10px 25px;
	font-size:16px;
}
#mid .left .type ul li.on a{
	background:#eee;
	color:#016ec9;
	font-weight:600;
}
#mid .left .type ul li.on:after {
	color:#016ec9;
	font-weight:600;
}
#mid .left .type ul li.on:before {
	content:"";
	position:absolute;
	width:3px;
	height:100%;
	margin-left:-1px;
	background-color:#016ec9;
}
#mid .left .tel {
	margin-top:20px;
	text-align:center;
	color:#fff;
	padding:20px 20px 10px 20px;
	border:solid 1px #E4E4E4;
	-moz-box-shadow: 2px 2px 5px #DDD;
	-webkit-box-shadow: 2px 2px 5px #DDD;
	box-shadow: 2px 2px 5px #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:
    radial-gradient(circle at 100% 50%, transparent 20%, rgba(255,255,255,.1) 21%, rgba(255,255,255,.1) 34%, transparent 35%, transparent),
    radial-gradient(circle at 0% 50%, transparent 20%, rgba(255,255,255,.1) 21%, rgba(255,255,255,.1) 34%, transparent 35%, transparent) 0 -50px;
	background-color:#06a6df;
    background-size:75px 100px;
	position:relative;
	z-index:2;
}
#mid .left .tel h2 {
	font-size:21px;
	font-weight:400;
}
#mid .left .tel p {
	font-size: 35px;
	font-family: 'DIN Condensed Bold';
	color: #F0F3DC;
}
#mid .left .contact {
	margin-top:-30px;
	margin-bottom:30px;
	padding:40px 10px 20px 10px;
    border:solid 1px #E4E4E4;
	-moz-box-shadow: 2px 2px 5px #DDD;
	-webkit-box-shadow: 2px 2px 5px #DDD;
	box-shadow: 2px 2px 5px #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:relative;
	z-index:1;
	line-height:2;
}
#mid .left .contact h2 {
	font-size:16px;
}
#mid .left .contact p {
	font-size:14px;
	position:relative;
	padding-left:40px;
}
#mid .left .contact p span {
	position:absolute;
	width:50px;
	left:0;
}
#mid .left .contact div {
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
#mid .left .contact div img {
	max-width:100%;
}
#mid .right {
	margin:30px 0;
	display:inline-block;
	width:960px;
	float:right;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border:solid 1px #E4E4E4;
	-moz-box-shadow: 2px 2px 5px #DDD;
	-webkit-box-shadow: 2px 2px 5px #DDD;
	box-shadow: 2px 2px 5px #DDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mid .right h1 {
	border-bottom:solid 2px #E4E4E4;
	margin-bottom:20px;
}
#mid .right h1 div {
	display:inline-block;
	font-size:25px;
	color:#555;
	border-bottom:solid 2px #016ec9;
	line-height:50px;
	height:50px;
	margin-bottom:-2px;
}
#mid .right h1 div:before {
	content:"\e607";
	font-family:"iconfont" !important;
	margin-right:5px;
	color:#016ec9;
}
#mid .right h1 span {
	float:right;
	font-size:15px;
	color:#666;
	margin-top:15px;
	font-weight:400;
}
#mid .right h1 span a {
	color:inherit;
}
#mid .right h1 span a:hover {
	color:#016ec9;
}
#mid .right .content {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .right .content article {
	font-size:16px !important;
}
#mid .right .content article img {
	max-width:100%;
}
#mid .right .down {
	margin:20px 0;
	font-size:14px;
}
#mid .right .down span {
	font-weight:bold;
	color:#C30;
}
#mid .right .down img {
	vertical-align:middle;
}
#mid .right .newslist {
	background: #EEE;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .right .newslist.wt {
	background: #FFF;
}
#mid .right .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .right .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .right .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .right .piclist ul.od li {
	width:23.5%;
}
#mid .right .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .right .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .right .piclist ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .right .piclist ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .piclist ul li .img.od:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .right .piclist ul li .img.od img {
	vertical-align: middle;
	margin-right: -1px;
	max-height:100% !important;
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
#mid .right .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .right .piclist ul li h3 {
	font-size:16px;
	margin:10px 0;
	font-weight:normal;
}
#mid .right .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .right .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .right .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .right .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .right .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .right .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .right .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .right .list {
	padding:20px 0;
}
#mid .right .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li .img {
	width:21%;
	height:125px;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
#mid .right .list ul li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .right .list ul li .timer {
	float:right;
	width:14%;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .right .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #CCC;
}
#mid .right .list ul li .timer .monday {
	font-size:22px;
}
#mid .right .list ul li .timer .year {
	font-size:17px;
}
#mid .right .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .right .list ul li .txt {
	width:63%;
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right .list ul li .txt h3 {
	font-size:20px;
	font-weight:normal;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .right .list ul li .txt article {
	font-size:15px;
	line-height:1.5;
	color:#888;
	margin-top:10px;
	text-align:justify;
}
#mid .right .list ul li.nopic .txt {
	width:86%;
}
#mid .right #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .right #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .right #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg .btn {
	background: #c7000a;
	border: 1px solid #c7000a;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .right #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c7000a;
}
#mid .right .showinfo {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .right .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .right .showinfo article img {
	max-width:100%;
}
#mid .right .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .right .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .right .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .right .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .right .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .right .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .right .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .right .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .right .btminfo span {
	display:block;
	color:#666;
}
#mid .right .btminfo span a {
	color:inherit;
}
#mid .right .btminfo span a:hover {
	color:#00b3f2;
}
#mid .right .btminfo .btn {
	float:right;
}
#mid .right .btminfo .btn a {
	display:inline-block;
	background:#FC6B00;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
#mid .right .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:22px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .right .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .right .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#FC6B00;
}
#mid .right .showpro {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .right .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:380px;
	margin-top:10px;
	position:relative;
}
#mid .right .showpro .movepic &gt; a {
	display:block;
	border:solid 1px #DDD;
}
#mid .right .showpro .movepic &gt; a img {
	width:100%;
	vertical-align:bottom;
}
#mid .right .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
}
#mid .right .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .right .showpro .movepic .gallery-top .swiper-slide img {
	width:100%;
	height:100%;
}
#mid .right .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content:center;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #DDD;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #FC6B00;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
#mid .right .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .right .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .right .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
#mid .right .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .right .showpro .movepic:hover .move-left,#mid .right .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .right .showpro .movepic:hover .move-left:after,#mid .right .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
#mid .right .showpro .protxt {
	display:inline-block;
	float:right;
	width: calc(100% - 410px);	
	width:510px\9;
}
#mid .right .showpro .protxt h2 {
	font-size:25px;
}
#mid .right .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#f9f9f9;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
#mid .right .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
#mid .right .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#FC6B00;
	color:#fff;
	padding:3px 20px;
	font-size:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .right .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#06a6df;
}
#mid .right .showpro .protxt .list h3 {
	font-size:18px;
	margin-bottom:5px;
}
#mid .right .showpro .protxt .list li {
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .right .showpro .protxt .list li:hover {
   border-bottom: solid 3px #06a6df;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .right .showpro .protxt .list li .img {
	width:100%;
	overflow:hidden;
}
#mid .right .showpro .protxt .list li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .showpro .protxt .list li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .right .showpro .protxt .list li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .right .showpro .procon {
	line-height: 28px;
	font-size:14px;
	overflow:hidden;
}
#mid .right .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
#mid .right .showpro .procon h2 div {
	display:inline-block;
	background: #06a6df;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .right .showpro .procon .con {
	margin: 20px 10px;
	display:none;
}
#mid .right .showpro .procon .con img {
	max-width:100%;
}
#mid .right .showpro .procon .con.on {
	display:block;
}
#mid .right .showpro .tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
}
#mid .right .showpro .tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:20px;
	padding:0 10px;
	cursor:pointer;
	font-weight:600;
}
#mid .right .showpro .tmenu li.on {
	color:#06a6df;
	border-bottom: solid 2px #06a6df;
}
#mid .right .showpro .tmenu li.on:before {
	color:#06a6df;
}
#mid .rtkk {
	width:960px;
	float:right;
	margin-bottom:30px;
}
#mid .rtkk .right {
	margin-bottom:20px;
}
#mid .odpro {
	clear:right;
	width:100%;
	background-color:#fff;
	border:solid 1px #E4E4E4;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;
}
#mid .odpro h2 {
	font-size:21px;
	height:45px;
	line-height:45px;
	background-color:#f9f9f9;
	border-bottom:solid 1px #DDD;
	padding:0 10px;
}
#mid .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e661";
	margin-right:10px;
	font-size:22px;
	vertical-align:middle;
	color:#016ec9;
}
#mid .odpro h2 span {
	float:right;
	font-size:14px;
}
#mid .odpro ul {
	padding:20px;
}
#mid .odpro ul li {
	display:inline-block;
	width:23.5%;
	margin-left:2%;
	margin-right:-3px;
	vertical-align:top;
}
#mid .odpro ul li:first-child {
	margin-left:0;
}
#mid .odpro ul li .img {
	width:100%;
}
#mid .odpro ul li .img img {
	width:100%;
	height:100%;
}
#mid .odpro ul li h3 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}
#mid .odpro .swiper-container {
	padding:20px;
}
#mid .odpro .swiper-container .swiper-slide {
	display:inline-block;
	vertical-align:top;
}
#mid .odpro .swiper-container .swiper-slide .img {
	width:100%;
}
#mid .odpro .swiper-container .swiper-slide .img img {
	width:100%;
	height:100%;
}
#mid .odpro .swiper-container .swiper-slide h3 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}
#kf {
    width: 158px;
    height: 315px;
    position: fixed;
    left: 0px;
    bottom: 20%;
    z-index: 9999;
}
#mid .hmsolu2 {
	padding:60px 0;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmsolu2 h1 {
	font-size:32px;
	color:#00b3f2;
}
#mid .hmsolu2 h2 {
	font-size:20px;
	color:#555;
}
#mid .hmsolu2 ul {
	margin-top:30px;
	text-align:left;
}
#mid .hmsolu2 ul li {
	display:inline-block;
	width:32%;
	margin-left:-3px;
	margin-right:2%;
	margin-bottom:20px;
	border:solid 1px #DDD;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:top;
}
#mid .hmsolu2 ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .hmsolu2 ul li .img {
	width:100%;
}
#mid .hmsolu2 ul li .img img {
	width:100%;
	height:100%;
}
#mid .hmsolu2 ul li h3 {
	line-height:1.5;
	padding:10px;
	font-size:16px;
}
/*wap*/
header .od .mobtel {
	display:none;
}
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #00b3f2;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #016ec9;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 15px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #00b3f2;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #0f92c0;
	-webkit-box-shadow: 0px -1px 1px #0f92c0;
	box-shadow: 0px -1px 1px #0f92c0;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #0f92c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(2) {
	width:30%;
}
.odline li:nth-child(3) {
	width:45%;
	background-color:#08a2d7;
	border-right: none;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}
.mobmenu {
	display:none;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
.mobmenu ul li {
	float:left;
	width:20%;
}
.mobmenu ul li:first-child {
	border-left:none;
}
.mobmenu ul li a {
	display:block;
	text-align:center;
	padding:20px 0;
	border-left:solid 1px #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mobmenu ul li a:before {
	font-family:"iconfont" !important;
	font-size:45px;
	display:block;
	color:#999;
}
.mobmenu ul li:nth-child(1) a:before {
	content:"\e600";
}
.mobmenu ul li:nth-child(2) a:before {
	content:"\e64f";
}
.mobmenu ul li:nth-child(3) a:before {
	content:"\e6c8";
}
.mobmenu ul li:nth-child(4) a:before {
	content:"\e661";
}
.mobmenu ul li:nth-child(5) a:before {
	content:"\e62a";
}

@media screen and (max-width: 768px) {
	#kf {display:none;}
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline,.mobmenu {
	    display:block;
	}
	header .od {
		font-size:0;
		position:fixed;
		width:100%;
	    border-bottom:none;
		-moz-box-shadow: 0px 1px 2px #CCC;
		-webkit-box-shadow: 0px 1px 2px #CCC;
		box-shadow: 0px 1px 2px #CCC;
	}
	header .od ul {
		display:none;
	}
	header .od .mobtel {
		display:inline-block;
		font-size:15px;
		margin-left:10px;
	}
	header .od .mobtel a:before {
		content:"\e671";
	    font-family:"iconfont" !important;
		font-size:20px;
		margin-right:5px;
		vertical-align:bottom;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:0;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		font-size:21px;
	}
	header .menubtn:hover:before {
		color:#016ec9;
	}
	header .tel, header .menu {
		display:none;
	}
	header .logo {
		width:100%;
		text-align:center;
	    height:auto;
		padding:10px;
		margin-top:30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
    header .logo img {
		max-width:100%;
		max-height:100%;
	}
	header .by {
		width:100%;
		text-align:center;
		border-left:none;
		padding-left:0;
		margin-left:0;
		margin-bottom:10px;
	}
	header .by p:first-child {
		font-size:22px;
	}
	header .by p:last-child {
		font-size:14px;
	}
	#bn .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
	    display:block;
	}
	#bn .img2 img {
		max-width:60%;
	}
	#mid .hotkeyw {
		display:none;
	}	
	#mid .hmpro .type {
		border-bottom:none;
		overflow:hidden;
	}
	#mid .hmpro .type ul li .ka {
		display:none;
	}
	#mid .hmpro .type ul li {
		width:33.3333%;
		border-bottom:solid 1px #DDD;
	}
	#mid .hmpro .type ul li.on {
		margin:-1px -3px -1px 0;
		padding:16px 10px;
	}
	#mid .hmpro article {
		padding-bottom:10px;
	}
	#mid .hmpro article:after {
		background-color:#00b3f2 \9;
		background-image: -webkit-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
		background-image: -moz-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
		background-image: -o-linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
		background-image:linear-gradient(to top,rgba(0,179,242,0.6) 0%,rgba(0,179,242,1) 80%);
	}	
	#mid .hmpro article ul {
		padding:10px;
	}
	#mid .hmpro article ul li {
		width:49%;
	}
	#mid .hmpro article ul li:nth-child(2) {
		margin-right:0;
	}
	#mid .hmpro article ul li:nth-child(3) {
		width:100%;
		margin-right:0;
	}
	#mid .hmpro article ul li:nth-child(3) .img {
		display:inline-block;
		width:49%;
		height:100%;
		margin-left:2%;
		margin-right:-3px;
	}
	#mid .hmpro article ul li:nth-child(3) .img:first-child {
		margin-bottom:0;
		margin-left:0;
	}
	#mid .hmpro article ul li:nth-child(5) {
		width:49%;
	}
	#mid .hmsolu {
		height:auto;
		background:none;
	}
	#mid .hmsolu h1,#mid .hmsolu2 h1 {
		font-size:25px;
	}
	#mid .hmsolu h2,#mid .hmsolu2 h2 {
		font-size:16px;
	}
	#mid .hmsolu h3 {
		font-size:16px;
		margin-top:20px;
	}
	#mid .hmsolu .btm {
		position:relative;
		margin-top:20px;
	}
	#mid .hmsolu .btm .tel {
		font-size:30px;
		color:#00b3f2;
	}
	#mid .hmsolu .btm .tel a {
		color:#00b3f2;
	}
	#mid .hmsolu .btm .tel:before {
		font-size:35px;
	}
	#mid .hmys {
		height:auto;
		background:none;
		margin-top:30px;
	}
	#mid .hmys h1 {
		height:auto;
	}
	#mid .hmys h1 img {
		max-width:96%;
		max-height:120px;
	}
	#mid .hmys ul li {
		height:auto !important;
		width:100%;
		margin:0 auto;
		padding-top: 35px;
	}
	#mid .hmys .bt {
		position:relative;
		bottom:0;
		height:auto;
		background-size:cover;
		padding:10px 0;
		margin-top:30px;
	}
	#mid .hmys .bt h2 {
		margin-top:10px;
	}
	#mid .hmys .bt .tel {
		font-size:30px;
		margin-top:10px;
	}
	#mid .hmys .bt .tel a {
		color:#fff;
	}
	#mid .hmys .bt .tel:before {
		content:"\e610";
		font-family:"iconfont" !important;
		margin-right:5px;
	}
	#mid .hmys .lt,#mid .hmys .rt {
		display:none;
	}
	#mid .hmlc {
		height:auto;
		background-position:right;
		background-size:cover;
		margin-top:30px;
	}
	#mid .hmlc h1 {
		height:auto;
	}
	#mid .hmlc h1 img {
		max-height:100%;
		max-width:96%;
	}
	#mid .hmlc ul {
		margin-top:20px;
		overflow:hidden;
	}
	#mid .hmlc ul li {
		margin:0 -3px 0 0;
		width:33.33%;
		text-align:center;
	}
	#mid .hmlc ul li i {
		display:inline-block;
		width:150px;
		transform:scale(0.70);
		margin-left:-5%;
		margin-bottom:-15px;
	}
	#mid .hmab {
		height:auto;
		margin-top:50px;
		background:none;
		text-align:center;
	}
	#mid .hmab h1 ,#mid .hmab h2 {
		display:block;
	}
	#mid .hmab h1 {
		font-size:30px;
	}
	#mid .hmab .img {
		width:100%;
		height:auto;
		position:relative;
		left:0;
		top:0;
		margin-top:20px;
	}
	#mid .hmab .con {
		display:inline-block;
		position:relative;
		width:100%;
		height:auto;
		right:0;
		top:0;
		padding:20px;
		background-color:#f3f3f3;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mid .hminfo {
		padding:50px 10px;
	}
	#mid .hminfo h1 {
		font-size:30px;
	}
	#mid .hmcase h1 {
		font-size:30px;
	}
	#mid .hmcase article .swiper-slide {
		width:70%;
		height:auto;
	}
	#mid .hmcase article .swiper-button-prev {
		left: 0;
	}
	#mid .hmcase article .swiper-button-next {
		right: 0;
	}
	#mid .hmclient h1 {
		font-size:30px;
	}
	#mid .hmclient ul {
		padding:10px;
	}
	#mid .hmclient ul li {
		width:33.3333%;
	}
	#mid .hmclient ul li:nth-child(5n+0) {
		margin-right:-4px;
	}
	footer {
		padding-bottom:50px;
	}
	footer .btm_link li {
		padding-left:25px;
		padding-right:25px;
	}
	footer .btm_con {
		padding:20px;
	}
	footer .btm_con .tel {
		text-align:center;
		margin:15px 0;
	}
	footer .btm_con .ewm {
		float:none;
		text-align:center;
	}	
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	#mid .left {
		display:none;
	}
	#mid .right,#mid .rtkk {
		width:98%;
		margin:20px 1%;
		float:none;
	}
	#mid .right {
		padding:10px 15px;
	}
	#mid .rtkk .right {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	#mid .right h1 div {
		font-size:20px;
	}
	#mid .right h1 span {
		display:none;
	}
	#mid .right .list {
		padding:0;
	}
	#mid .right .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .right .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		margin-top: 10px;
	}
	#mid .right .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .right .list ul li .timer .monday {
		display:none;
	}
	#mid .right .list ul li .timer .year {
		display:none;
	}
	#mid .right .list ul li .timer .date {
		display:inline-block;
	}
	#mid .right .list ul li .txt,#mid .right .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}	
    #mid .right .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .right .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .hmsolu2 ul li {
		width:49%;
	}	
	#mid .hmsolu2 ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .hmsolu2 ul li:nth-child(3n+0) {
		margin-right:2%;
	}
}
@media screen and (max-width: 420px) {
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}
	#mid .hmpro .type ul li {
		width:50%;
	}	
	#mid .hmsolu ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mid .hmsolu ul li {
		width:49%;
		margin-left:2%;
	}
	#mid .hmsolu ul li:nth-child(1) {
		margin-left:0;
		display: -webkit-flex;
		display: flex;
	}
	#mid .hmsolu ul li:nth-child(2) {
		width:100%;
		order:1;
		margin-left:0;
	}
	#mid .hmsolu ul li:nth-child(3) {
		margin-left:2%;
	}
	#mid .hmsolu ul li:nth-child(4) {
		display: -webkit-flex;
		display: flex;
		width:100%;
		order:1;
		margin-left:0;
	}
	#mid .hmsolu ul li:nth-child(4) a {
		margin-left:2%;
	}
	#mid .hmsolu ul li:nth-child(4) a:first-child {
		margin-left:0;
		width:50%;
	}
	#mid .hmsolu ul li a {
		height:auto !important;
	}
	#mid .hmsolu ul li:nth-child(n+3) a {
		height:auto !important;
	}	
	#mid .hmys ul li {
		text-align:center;
	}
	#mid .hmys ul li .img {
		width:100%;
		margin-right:0;
		text-align:center;
	}
	#mid .hmys ul li article {
		width:90%;
		text-align:left;
	}
	#mid .hmys ul li:nth-child(even) .img {
		float:none;
	}
	#mid .hminfo dl {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	#mid .hmcase:before {
		background-attachment:scroll;
	}
	#mid .hmclient ul li {
		width:50%;
		overflow:hidden;
	}
	footer .btm_link li {
		padding:5px 25px;
	}
	#mid .right .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .right .piclist ul li {
		width:49%;
	    margin-bottom:10px;
	}
	#mid .right .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .right .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .piclist ul.od li {
		width:49%;
	}
	#mid .right .piclist ul.od li:nth-child(2n+0) {
		margin-right:0;
	}	
	#mid .right .piclist ul li h3 {
		font-size:15px;
	}
	#mid .right .videolist ul li {
		width:50%;
	}	
	#mid .odpro h2 {
		font-size:18px;
	}
	#mid .odpro ul {
		padding:10px;
	}	
    #mid .odpro ul li {
		width:49%;
		margin-left:2%;
		margin-bottom:10px;
	}
	#mid .odpro ul li:nth-child(odd) {
		margin-left:0;
	}
	#mid .right .showinfo .tips {
		padding:10px 0;
	}
	#mid .right .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .right .showinfo h2 {
		text-align:left;
		font-size:20px;
	}	
	#mid .right .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .right .showpro .movepic {
		width:100%;
		margin-top:0;
	}
	#mid .right .showpro .protxt {
		float:none;
		width: 100%;	
	}
	#mid .right .showpro .protxt h2 {
		font-size:20px;
	}	
	#mid .right .showpro .protxt .btn {
		margin:20px 0;
	}
	#mid .right .showpro .procon {
		margin-top:10px;
	}
}
@media screen and (max-width: 320px) {
	#mid .hmlc ul li i {
		transform:scale(0.50);
		margin-left:-20%;
		margin-bottom:-30px;
	}
	#mid .hmlc ul li p {
		font-size:15px;
		font-weight:400;
	}	
	#mid .hmclient ul li img {
		height:50px;
	}
	footer .btm_con .tel a {
		display:block;
	}
	footer .btm_con .ewm img {
		width:100px;
	}
}</pre></body></html>